home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / xrs510.zip / 2FLOPPY.XRS next >
Text File  |  1992-11-08  |  3KB  |  64 lines

  1.  Optimally setting up the "eXpress Response System" for only two floppies
  2.  ========================================================================
  3.  
  4. All you have to do is put the programs, etc. on drive B: and then place
  5. "PATH=B:\" into the environment.  See below for exactly which files are
  6. required.  Also, if you don't already set the DOS "COMSPEC" in the DOS
  7. environment when you start your system, you should put your command
  8. interpreter (usually "COMMAND.COM") on drive B: and place
  9.         SET COMSPEC=B:\COMMAND.COM
  10. in the batch file you start the program with, or type it before starting
  11. XRS.  If you use 4DOS or NDOS, it should replcace the "COMMAND.COM" in the
  12. above example so XRS knows to call the proper command interpreter when
  13. executing external programs.
  14.  
  15. Make certain you have at least "FILES=25" in your CONFIG.SYS file!  If you
  16. don't already have one, create a CONFIG.SYS file on your startup diskette
  17. with that command in it, plus I recommend you place at least "BUFFERS=30"
  18. in it as well.  If you have a RAM drive but no XMS or LIM/EMS RAM, you
  19. should include it on the "SWAP X" parameter so XRS knows where to put the
  20. disk swapfile (in this example on drive X:) more quickly swap XRS in and out
  21. of memory when executing external programs.  If you have LIM/EMS or XMS
  22. memory, "Swap" will use it instead of disk since both are *much* faster than
  23. your diskette drive. (in either case be sure you have "SWAP" as a parameter
  24. in your CONFIG.XRS file)
  25.  
  26. You should put the compressed (or uncompressed) mail to be read on drive A:,
  27. (I suggest that people using two 360k floppies un-compress the mailbags
  28. manually rather than having XRS do it, since this allows you to read twice
  29. as many messages!) plus:
  30.  
  31.  
  32.  Directory of A:\  (the "XRS work diskette")
  33.  
  34. CONFIG.XRS     (XRS configuration file - see "CONFIG.DMO" for examples)
  35.  
  36. Otherwise - blank!  The first time you run XRS, it will create a file named
  37.  
  38. ORIGIN.XRS     (which contains the default origin line you selected)
  39.  
  40. and a few other small files depending on exactly what you do during your
  41. first session.  This is where you should have your compressed or already
  42. "opened" mailbag when the program starts.  Never delete these small files
  43. XRS creates as they keep track of outbound mail, etc.  You also should start
  44. the XRS program from this drive.  (if "A:" isn't current type "A:<Enter>")
  45.  
  46.  
  47.  Directory of B:\  (the "XRS program diskette")
  48.  
  49. RESP_OVL.EXE   (executable - may be replaced by a 286 version - RESP_RTL.EXE)
  50. RESP_OVL.EXE   (dynamically linked portion - may be replaced by 286 version)
  51. XRSLANG.DLL    (binary native language support file - default is English)
  52. XRSCORE.DLL    (Dynamic Link Library for C_Worthy 1.21, Borland C & TCXL 5.52)
  53. PKUNZIP.EXE    (you need this to unpack "mailbags")
  54. PKZIP.EXE      (you need this to pack your replies)
  55. XRS.KEY        (you only have this file if you have registered)
  56. COMMAND.COM    (you will need this so XRS can execute external programs)
  57.            (Note: this may be replaced by 4DOS.COM or NDOS.COM, etc)
  58.  
  59.  
  60. Now, when logged into the A: drive type RESP_OVL and it will execute.  If you
  61. want to run non-overlayed, use the "RESPONSE.BAT" file and place it on B: as
  62. well.  (these two would be "RESP_RTL" and "RESP_286.BAT" respectively if you
  63. are using the "'286" version)
  64.